This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Frameset woes in R6 (Really need some help here) ~Justin Minluternivu 18.Dec.03 12:32 AM a Web browser Applications Development All ReleasesWindows 2000
No, but you CAN put blank pages in as default content, then populate the MainContent frame from the PostOpen of the view in the Nav frame. The QueryOpenDocument event of the view would be resposible for blanking the bottom frame when the document in the top frame is changed.
The PostOpen has the UIView as Source. You can then go to the View from the UIView, use GetFirstDocument, SetTargetFrame to "MainContent" then ws.EditDocument(doc,False) will open the first document in the view into the desired frame.
On the web, you could simply use the "ViewName/$First" reserved URL to get the first document into the frame as a default. I've tested $First, and it appears not to work properly in the Notes client.